projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5216c2
)
(main): Fix typo in prev. change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 01:33:57 +0000
(
01:33
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 01:33:57 +0000
(
01:33
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 9d06f9013603517ef5ddc2a557b2a7a1853a3d55..42d11f87564d093c815297da3b41decfd4dac141 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-474,7
+474,7
@@
main (argc, argv, envp)
#endif /* PRIO_PROCESS */
#ifdef EXTRA_INITIALIZE
- EXTRA_INITIALIZE
()
;
+ EXTRA_INITIALIZE;
#endif
inhibit_window_system = 0;